/*--------------------
DRAG N DROP
----------------------*/

.container
{width: 100%;max-width: 680px; /* 800 */text-align: center;margin: 0 auto;}

.container h1
{
font-size: 42px;
font-weight: 300;
color: #0f3c4b;
margin-bottom: 40px;
}
.container h1 a:hover,
.container h1 a:focus
{
color: #39bfd3;
}

.container nav
{
margin-bottom: 40px;
}
.container nav a
{
border-bottom: 2px solid #c8dadf;
display: inline-block;
padding: 4px 8px;
margin: 0 5px;
}
.container nav a.is-selected
{
font-weight: 700;
color: #39bfd3;
border-bottom-color: currentColor;
}
.container nav a:not( .is-selected ):hover,
.container nav a:not( .is-selected ):focus
{
border-bottom-color: #0f3c4b;
}

.container footer
{
color: #92b0b3;
margin-top: 40px;
}
.container footer p + p
{
margin-top: 1em;
}
.container footer a:hover,
.container footer a:focus
{
color: #39bfd3;
}

.box
{
font-size: 1.25rem; /* 20 */

position: relative;
padding: 20px;
box-sizing: border-box;
}
.box.has-advanced-upload
{
outline: 2px dashed #92b0b3;
outline-offset: -10px;
background: #FFF; /*#e5edf1;*/

-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
.box.is-dragover
{
outline-offset: -20px;
outline-color: #c8dadf;
background-color: floralwhite;
}
.box__dragndrop,
.box__icon
{
display: none;
}
.box.has-advanced-upload .box__dragndrop
{
display: inline;
}
.box.has-advanced-upload .box__icon
{
width: 100%;
height: 80px;
fill: #92b0b3;
display: block;
margin-bottom: 40px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input
{
visibility: hidden;
}

.box__uploading_container,
.box__success,
.box__error
{
display: none;
}
.box.is-uploading .box__uploading_container,
.box.is-success .box__success,
.box.is-error .box__error
{
display: block;
}

.box .popup{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.box__uploading_container
{font-style: italic;z-index: 999;/* padding-top: 50px; */}


.box__restart
{
font-weight: 700;
}
.box__restart:focus,
.box__restart:hover
{
color: #39bfd3;
}

.js .box__file
{
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
.js .box__file + label
{
max-width: 80%;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
display: inline-block;
overflow: hidden;
}
.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong
{
color: #39bfd3;
}
.js .box__file:focus + label,
.js .box__file.has-focus + label
{
outline: 1px dotted #000;
outline: -webkit-focus-ring-color auto 5px;
}
.js .box__file + label *
{
/* pointer-events: none; */ /* in case of FastClick lib use */
}

.no-js .box__file + label
{
display: none;
}

.no-js .box__button
{
display: block;
}
.box__button
{
border: 1px solid #ddd;
font-weight: 700;
color: #000000;
background-color: #ffffff;
display: block;
padding: 8px 16px;
margin: 40px auto 0;
}
.box__button:hover,
.box__button:focus
{
background-color: #E7E6E4;
}

.upload-preview .dz-preview {
cursor: move;
list-style: none;
}
.list-group-item {
border: 1px solid #dbe3ec;
}
.list-group-item {position: relative;display: block;padding: 4px 4px 32px;margin-bottom: -1px;background-color: #e7e6e4;border: 1px solid #ddd;/*max-width: 150px;*/float: left;}
.thumbnail {
border: 1px solid #dddddd !important;
}
.thumbnail {
height: 100px;
border: 0px !important;
border-radius: 0px !important;
}
.thumbnail {
border: 0px !important;
border-radius: 0px !important;
}
.thumbnail {
position: relative;
display: block;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
#jq-upload-preview {
padding: 0;
padding-top: 0px;
padding-top: 0px;
margin: 0;
display: flex;
flex-wrap: wrap;

}
.upload-preview {
padding: 0;
margin: 0;
}
#jq-upload-preview .dz-preview .dz-image-tools {
position: absolute;
bottom: -28px;
right: 0px;

border-radius: 50%;
width: 24px;
height: 24px;
text-align: center;
padding: 2px;

}
.dz-image-tools a{
color:#000000;
}
.dz-image-tools2 a {
color:#FF0000;
}
.dz-image-tools2 {
position: absolute;
bottom: -28px;
right: 34px; 
border-radius: 50%;
width: 24px;
height: 24px;
text-align: center;
padding: 2px;

}
#jq-upload-preview .dz-preview {
cursor: move;
list-style: none;
margin: 3px;
}

.upload-preview .dz-preview {
cursor: move;
list-style: none;
width: 100px;
height: 100px;
}
#jq-upload-preview .dz-preview .thumbnail img {
max-width: 100px;
max-height: 100px;
text-overflow: ellipsis;
overflow: hidden;
width: auto;
}

.rotated {
transform: rotate(90deg);
-ms-transform: rotate(90deg); /* IE 9 */
-moz-transform: rotate(90deg); /* Firefox */
-webkit-transform: rotate(90deg); /* Safari and Chrome */
-o-transform: rotate(90deg); /* Opera */
}

/*AL*/

.horiz{

	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
}
